Skip to content

Conversation

devongovett
Copy link
Member

Get more dependencies for react-aria-components and S2 via mono packages instead of individual.

@rspbot
Copy link

rspbot commented Mar 5, 2025

@rspbot
Copy link

rspbot commented Mar 5, 2025

## API Changes

@react-aria/color

/@react-aria/color:AriaColorAreaProps

+AriaColorAreaProps {
+  aria-describedby?: string
+  aria-details?: string
+  aria-label?: string
+  aria-labelledby?: string
+  colorSpace?: ColorSpace
+  defaultValue?: T
+  id?: string
+  isDisabled?: boolean
+  onChange?: (Color) => void
+  onChangeEnd?: (Color) => void
+  value?: T
+  xChannel?: ColorChannel
+  xName?: string
+  yChannel?: ColorChannel
+  yName?: string
+}

/@react-aria/color:AriaColorSliderProps

+AriaColorSliderProps {
+  aria-describedby?: string
+  aria-details?: string
+  aria-label?: string
+  aria-labelledby?: string
+  channel: ColorChannel
+  colorSpace?: ColorSpace
+  defaultValue?: T
+  id?: string
+  isDisabled?: boolean
+  label?: ReactNode
+  name?: string
+  onChange?: (Color) => void
+  onChangeEnd?: (Color) => void
+  orientation?: Orientation = 'horizontal'
+  value?: T
+}

@react-stately/color

/@react-stately/color:ColorChannel

+ColorChannel {
+  C: undefined
+}

/@react-stately/color:ColorFormat

+ColorFormat {
+  C: undefined
+}

/@react-stately/color:ColorSpace

+ColorSpace {
+  C: undefined
+}

@devongovett devongovett added this pull request to the merge queue Mar 5, 2025
Merged via the queue into main with commit 2059fd3 Mar 5, 2025
30 checks passed
@devongovett devongovett deleted the cleanup-deps branch March 5, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants